PSP Memo Recorder v0.6.1
========================

by lteixeira (teixeluis@gmail.com)


1. Introduction
---------------

This is a proof of concept revealing usage of the audio input syscalls. With this 
program you can record (in RAM) 60 seconds of audio and play it back afterwards. 

2. Requirements
---------------

 * Firmware 1.5;

 * PSP remote and a headset such as the one used for the SOCOM game. PC to PSP 
   headset adapters should also work. 


2. Installation
---------------

Copy the __SCE__PSP_Memo_Recorder and %__SCE__PSP_Memo_Recorder to the ms0:\psp\game 
folder on the memory stick. Run the program from the VSH.


3. Usage
--------

 * Hit R trigger to start and stop recording;

 * Hit L to play and the recorded content;

 * Hit X to enter loop mode, causing the input to be 
   placed directly in the audio output buffer;
 
 * Hit O to exit the program.


4. Bugs
-------




5. History
----------

v0.6.1 - Added mic level control through the up and down arrows.

v0.6 - Fixed a bug the caused the program to crash after 2 runs.

v0.5 - Initial Release.

6. TODO list
------------

 * Fix the forementioned bug;
 
 * Allow recording to the memory stick in the major formats (WAV, MP3, OGG);

 * Add an appealing GUI.


7. Credits
----------

Saotome for helping figure out the arguments of these syscalls.

